﻿::-webkit-scrollbar{width:5px;}
::-webkit-scrollbar-track{background-color:#ededed;}
::-webkit-scrollbar-thumb{background-color:#8c8c8c;}
::-webkit-scrollbar-thumb:hover {background-color:#a9a9a9}
::-webkit-scrollbar-thumb:active {background-color:#a9a9a9}


#float{
	border:2px solid #CEE3E9;
	background:#F1F7F9;
	font-size:18px;
	font-weight:bold;
	padding:10px 20px;
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
	display:none;
}
.px12 {
	FONT-SIZE: 12px;
	color: 000000;
}
.px12 a{
	FONT-SIZE: 12px;
	color: 000000;
}
.menu {daydh_bm 
	FONT-SIZE: 12px;
	COLOR: #ffffff;
}
.menu A {
	FONT-SIZE: 12px;
	COLOR: #ffffff;
}
.whitenav {
	FONT-SIZE: 12px;
	COLOR: #333333
}
.whitenav A {
	FONT-SIZE: 12px;
	COLOR: #333333
}
A {
	TEXT-DECORATION: none
}
A:hover {
	TEXT-DECORATION: none;
}
.default {
	FONT-SIZE: 12px; LINE-HEIGHT: 21px
}
.default_rq {
	FONT-SIZE: 18px; font-family:黑体;
	color:#FFF}
	
.default1 {
	FONT-SIZE: 14px; LINE-HEIGHT: 21px; border-bottom:1px solid #ffffff;
	font-family:verdana;
}
.default_lj {
	FONT-SIZE: 14px; LINE-HEIGHT: 21px; color:#FFF;text-decoration:none;
}
.default_lj A{
	FONT-SIZE: 14px; LINE-HEIGHT: 21px; color:#FFF; text-decoration:none;
}
.Ltd1 {
	BORDER-RIGHT: #555 1px solid; 
	BORDER-TOP: #555 1px solid; 
	BORDER-LEFT: #555 1px solid; 
	BORDER-BOTTOM: #555 1px solid;
	PADDING-LEFT: 5px; 
	PADDING-BOTTOM: 5px; 
	PADDING-RIGHT: 5px; 
	PADDING-TOP: 5px; 
}
#pgn {
	position: absolute;
	width: 150px;
	padding: 0px;
	border: 1px solid #292929;
	background: #e8e8e8;
	font-size: 12px;
	line-height: 130%;
	z-index: 2;
	left:740px;
	top:95px;
	display:none;
}

#btdh {
	position: absolute;
	top:130px;
	display:none;
	filter:alpha(opacity=90);
}

#bmdh {
	position: absolute;
	top:-160px;
	left:0px;
	display:none;
	filter:alpha(opacity=90);
}


.font01{
	text-align:center;
	font-size: 26px;
	line-height: 150%;
	font-family: "黑体" ,Arial Black,sans-serif;
	font-weight:bolder;
}
.font02 {
	font-size: 14px;
	color: #797873;
	line-height: 160%;
	text-align:center;
}
.banmianmulu_huise {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
.wz {
    font-size:14px;
}
.wz img{
    display:block;margin:0 auto;text-align:center;max-width:100%;
}
#daydh{ position:absolute; top:30px; left:205px; z-index:1;  clear:both;}
#daydh_bm{ position:absolute; top:46px; right:132px; z-index:100;  clear:both;background: #FFF;}
#daydh_nm{ position:absolute; top:30px; left:453px; z-index:1;  clear:both;}
#daydh_btdh{ position:absolute; top:30px; left:453px; z-index:1;  clear:both;}

.menusel{ float:left;width:115px; position:relative; margin-top:20px;}
.menusel h2{ font-size:12px; height:32px; font-weight:normal;}
.menusel a{text-align:center; width:130px;height:25px;  position:relative; z-index:2; color:#fff;}

.bmdh_tr{display:none;}

.dh{ width:102px; height:auto;position:fixed; text-align:center; top:230px; right:0px; position:fixed; _position:absolute;display:block;}
.dh_lb{ background-color:#e1e1e1; width:102px; padding-top:15px; padding-bottom:15px;}
.dh_lb ul li{ font-family:Verdana, Geneva, sans-serif; font-size:14px; line-height:30px; letter-spacing:10px;}

ul li
{
list-style-type:none;
}

/*默认样式，主要是position:fixed实现屏幕绝对定位*/
#gotoTop{display:none;position:fixed;top:75%;left:50%;cursor:pointer;margin-top:-50px;margin-left:520px;padding:9px 4px;width:20px;text-align:center;border:1px solid #e0e0e0;background:#fff;}
/*用CSS表达式(expression)来实现ie6下position:fixed效果*/
#gotoTop{_position:absolute;_top:expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")}
/*鼠标进入的反馈效果*/
#gotoTop.hover{background:#5CB542;color:#fff;text-decoration:none;}


/*导航条*/
.menu,
.menu ul{margin:0;padding:0;list-style:none;position:relative; background-color:#c20102;border: 1px solid #c20102; border-radius: 5px; z-index:999;}
.menu ul ul a{float:none;}
.menu ul a{float:left}
.menu ul ul, 
.mega-menu{opacity:0;visibility:hidden;display:none ! important/9;-webkit-transition:opacity 150ms ease-in-out;-moz-transition:opacity 150ms ease-in-out;-o-transition:opacity 150ms ease-in-out;-ms-transition:opacity 150ms ease-in-out;transition:opacity 150ms ease-in-out}
.menu li:hover>ul{opacity:1;visibility:visible;display:block ! important/9}
.menu ul:after{content:"";clear:both;display:block}
.menu ul li{float:left;-webkit-transition:all 150ms ease-in-out;-moz-transition:all 150ms ease-in-out;-o-transition:all 150ms ease-in-out;-ms-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out;height: 43px;}
.menu ul li a{display:block;height: 43px;padding:10px 10px 14px 10px;color:#fff;text-decoration:none; border-right: 1px solid rgba(f, f, f, 0.9);
box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1);}
.menu .arrow:after{content:"";float:right;text-align:right;width:0;height:0;display:block;border-left:3px solid rgba(0,0,0,0);border-right:3px solid rgba(0,0,0,0);border-top:3px solid #fff;top:9px;margin:0 0 0 5px;position:relative;border-left:3px solid transparent/9;border-right:3px solid transparent/9}

.menu ul ul{background:#fff;border:1px solid #e0e0e0;border-top:0;border-bottom:0;position:absolute;top:100%;width:170px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.04);box-shadow:0 1px 1px rgba(0,0,0,.04)}
.menu ul ul li a{padding:8px 12px;color:#777;border-bottom:1px solid #e4e4e4; background:#FFFFFF;}
.menu ul ul li{float:none;position:relative;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none}
.style-1 .menu{ background-color: #c20102; background-image: linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%); background-image: -o-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%); background-image: -moz-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%); background-image: -webkit-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%); background-image: -ms-linear-gradient(bottom, rgba(0,0,0, 0) 50%, rgba(255,255,255, 0.04) 0%); } 
a.rss:hover{ background:#c20102; color:#fff; padding-left:5px;}
a.stumbleupon:hover{background:#ff3333; color:#fff; padding-left:5px;}



/*缩略图版面显示*/
.clearfix:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:"\00A0";
	clear:both;
	height:0
}
.thumbnail{
	width:100%;
	min-height: 450px;
	margin-top: 20px;
	position: relative;
}
.thumbnail .thumbnail-right{
	width:149px;
	position:absolute;/*fixed*/
	top:-5px;/*178px*/
	background-color: #dcdcdc;
	padding-bottom:20px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-bottom: 1px solid #aaa9a9;
	margin-left:939px !important;
	right:inherit;
}
.thumbnail-right{
	width:149px;
	position: absolute;/*fixed*/
	top:178px;
	margin-left: 10px;
	/*margin-left: 929px;*/
	background-color: #dcdcdc;
	padding-bottom:20px;
	border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-bottom: 1px solid #aaa9a9;
}
.thumbnail-right ul{
	margin: 0;
	padding:0;
}
.thumbnail-right ul li{
	width:149px;
	font-size: 12px;
	/*font-weight: 900;*/
	min-height:30px;
	line-height: 30px;
	text-align: center;
	color:#fff;
	background-color: #dcdcdc;
	/*border-bottom:1px #999 dashed;*/
}
.thumbnail-right ul li a{
	display: block;
	width:80%;
	color:#4b4b4b;
	margin:0 auto;
	text-decoration:none;
	background: url(pic-bottom.png) no-repeat center bottom;
	/*box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;*/
	transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
}
.thumbnail-right ul li:hover{
	background-color: #a80000;
}

.thumbnail-right ul li:hover a{color:#fff;}
.quickNav,.quickNavAll{
	border-radius: 5px;
	background-color:#d32f2f !important;
}

.thumbnail-left{
	width:929px;
	float:left;
	margin-bottom:30px;
}

.thumbnail-left-right
{
	border:1px solid #babbae;
	width:310px;	
	float:left;
	padding-bottom:30px;
}
.mu{
	width:310px;
	background: url(nav.gif)repeat-x;

	height:35px;
	
	}
.mu_left{
	padding-left:8px; 
	line-height:30px; 
	font-size:14px; 
	font-weight:bold; 
	height:35px;
	float:left;
	width:200px;
	
	}
.mu_right{
	height:30px;
	width:90px;
	float:left;
	text-align:right;
	padding-top:0px;
	padding-right:5px;
	}

.bc{
	width:302px;
	border-bottom:1px dashed #9d9c77;
	padding-left:8px;
	line-height:30px; 
	font-size:12px; 
	font-weight:bold;
	height:30px;
	background-color:#E8E8E8;
	overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}
	
.thumbnail-left-right ul {
	margin:0px;
	padding:0px;
	
}
.thumbnail-left-right ul li{
	list-style-type:none;
	width:310px;
	height:auto;
	text-align:left;
	font-size:12px;color:#414141;font-family:verdana;
	}

.thumbnail-left-right ul li ul {
	margin:0px;
	padding:0px;
}
.thumbnail-left-right ul li ul li{
	list-style-type:none;
	width:302px;
	height:25px;
	line-height:26px; 
	text-align:left;
	overflow:hidden;
	padding:0px 0px 0px 8px;
	border-bottom:1px dashed #9d9c77;
	font-size:12px;
	color:#414141;
	font-family:verdana;
	cursor:hand;

}




.thumbnail-left-left{
	width:604px;
	float:left;
	border:1px solid #babbae;
	margin-left:10px;
	padding-top:20px;
}
.thumbnail-left-left ul li{
	width:140px;
	height:272px;
	margin:0 20px 10px 20px;
	float: left;
	display:none;
}
.thumbnail-left-left ul li img{
	width:140px;
	height:220px;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
    border: 1px solid #ccc;
}
.thumbnail-left-left ul li p{
	font-size:12px;
	text-align:center;
	color:#4b4b4b;
	padding:0px 0;
}

.current-Pile { background: url(lefticon.png) no-repeat left bottom; }


form.search-form input[type="text"] {
    width: 150px;
    height: 35px;
    font-size: 16px;
    border: 1px solid #c20102;
    color: #e46c6d;
    padding-left: 10px;
}

form.search-form button[type="submit"] {
    width: 60px;
    height: 35px;
    font-size: 16px;
    background: #cb1e17;
    color: #ffffff;
    border: 1px;
}

.foot {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background: #c20102;
    color: #FFF;
    padding: 10px 0;
    font-size:14px;
}
#picMap{position:relative;}

.foot a{color: #FFF;}
#directory-box #for-directory-box{
display: none;
}
#directory-box:hover #for-directory-box{
	    display: block;
    position: absolute;
    background: #fff;
    border: 1px solid #d2d2d2;
}
.qici {color:#333;font-size:14px;}
.qici a{color:#333;font-size:14px;}
.qici a:hover{color:#ff0000;}

.content p{margin:0;padding:0;}